* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
}

.head-part{
    margin-top: 70px;
    display: grid;
    position:relative;
    grid-template-columns: auto auto auto auto;
}

.head-part img{
    width: 100%;
    height:333px;
}

.head-part .back-drop{
    background-color: rgba(0, 0, 0, 0.705);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.55;
}

.head-part h1{
    backdrop-filter: blur(3px);
    color: white;
    position: absolute;
    top:40%;
    left: 16%;
    font-size: 45px;
    font-weight: 600;
    border-bottom:2px solid white;
    /* font-family: 'Mulish', sans-serif; */
    font-family: 'Poppins', sans-serif;
}

.brief-introduction{
    background-color: rgb(231 229 229 / 30%);
    box-shadow:0px 0px 25px 0px black;
    margin: 40px 200px;
    padding: 30px;
    transition: all 0.3s;
}

.brief-introduction:hover{
    transform: scale(1.03);
}


.brief-introduction h1{
    text-align: center;
    color:rgb(219 123 13);
    font-family: 'Poppins', sans-serif;
}

.brief-introduction .dash{
height:2px;
width: 90px;
background-color: rgb(219 123 13);
display: block;
margin: 15px auto 18px auto;
}

.brief-introduction p.info-para{
    display: block;
    margin: 0px 200px;
    text-align: center;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}

.hero-section{
    position: relative;
    width: 80%;
    margin: 80px auto;
    box-shadow: 0px 0px 8px 0px white;
}

.hero-section .btn_box{
    padding: 20px 0px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.089);
}

.hero-section .btn_box button{
    background-color: rgb(219 123 13);
    color: white;
    font-size: 18px;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    margin: 0px 12px;
    transition: all 0.3s;
    font-family: 'Rubik', sans-serif;
}

.hero-section .btn_box button:hover{
    background-color:white;
    color: rgb(219 123 13);
    transform: scale(1.05);
    box-shadow: 0px 0px 5px 0px black;
}

.hero-section .btn{
    background-color: rgb(219 123 13);
    color: white;
    font-size: 18px;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    margin: 0px 0px 18px 18px;
    transition: all 0.3s;
    font-family: 'Rubik', sans-serif;
}

#values{
display: grid;
grid-template-columns: auto auto auto;
align-items: center;
justify-content: center;
padding-top: 30px;
}

#values .box{
    min-width:200px;
    text-align: center;
    /* box-shadow: 0px 0px 4px 0px black; */
    box-shadow: 0px 0 12px 0 rgb(0 0 0 / 30%);
    border-radius: 20px;
    padding:20px;
    margin: 20px 40px;
    transition: all 0.3s;
}

#values .box img{
    width: 50%;
}

#values .box:hover{
    transform: scale(1.05);
}

.content{
    border-top: 2px solid rgba(0, 0, 0, 0.199);
    background-color: rgb(255, 255, 255);
    width: 85%;
    font-size: 20px;
    font-family: 'Rubik', sans-serif;
}

.content p {
    margin: 10px 0px;
}

.below-bg-head{
    background-color: rgba(0, 0, 0, 0.055);
    padding: 90px 0px 100px 80px;
}

.below-bg-head h2{
    font-size: 43px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.753);
    font-family: 'Open Sans', sans-serif;
}

.below-bg-head a{
    width: 200px;
    display: block;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(219 123 13);
    color: white;
    text-align: center;
    font-size: 23px;
    text-decoration: none;
    padding: 10px 20px;
    transition: all 0.3s;
    font-family: 'Source Sans Pro', sans-serif;
}

.below-bg-head a:hover{
    background-color: transparent;
    color: rgb(219 123 13);
    box-shadow: 0px 0px 10px 0px black;
    transform: scale(1.01);
    border-radius: 10px;
}

.check-product-section{
    background-color: rgb(219 123 13);
    padding: 50px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.check-product-section h4{
    font-size: 38px;
    color: white;
    font-family: 'Mulish', sans-serif;
}

.check-product-section a{
    background-color: white;
    color:black;
    text-decoration: none;
    padding: 10px 25px;
    font-size: 18px;
    margin-top:25px;
    border-radius: 5px;
    font-family: 'Source Sans Pro', sans-serif;
    transition: all 0.3s;
}

.check-product-section a:hover{
    color: rgb(219 123 13);
}

.hero-section .brief-box{
    padding: 35px;
    box-shadow: 0px 0px 20px -5px black;
    margin: 40px 0px;
}

